fix(livekit): disable audio attachments by default - #656
Merged
Abhijeet Prasad (AbhiPrasad) merged 1 commit intoAug 5, 2026
Merged
Conversation
Member
|
hm hm hm, I thought we agreed to always capture automatically. Why suddenly not? |
Stop collecting and attaching agent playback audio unless BRAINTRUST_CAPTURE_AGENT_AUDIO_ATTACHMENTS is explicitly enabled. Preserve agent_speaking spans and transcripts when attachments are disabled.
Abhijeet Prasad (AbhiPrasad)
force-pushed
the
abhi-fix-disable-livekit-audio-attachments
branch
from
August 5, 2026 14:09
33c2ebf to
0d04987
Compare
Member
Author
I went with this default for the first voice integration I built (livekit agents) and basically everyone who I spoke to who were building voice agents wanted this to be opt-in. |
Member
|
good to know! |
Luca Forstner (lforst)
approved these changes
Aug 5, 2026
Abhijeet Prasad (AbhiPrasad)
deleted the
abhi-fix-disable-livekit-audio-attachments
branch
August 5, 2026 16:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
BRAINTRUST_CAPTURE_AGENT_AUDIO_ATTACHMENTS=trueagent_speakingspans and synchronized transcripts when attachments are disabledThis PR is stacked on #543, which introduces the generic audio attachment environment controls.
Validation
nox -s "test_livekit_agents(latest)" -- -k "agent_audio_capture_respects_generic_env or agent_speaking_e2e"nox -s "test_livekit_agents(1.3.1)" -- -k "agent_audio_capture_respects_generic_env"